home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 051-075 / disk_065 / prep / vecdem.h < prev    next >
C/C++ Source or Header  |  1992-05-06  |  407b  |  20 lines

  1. c macros defs for vec demo
  2.  
  3. #include "premac.h"
  4.  
  5. : XLIM        81 ;        hard dimensions of arrays are from 0 --> ?lim
  6. : YLIM        81 ;
  7.  
  8. : SCRNX        320 ;        geodesic drawing screen dimensions
  9. : SCRNY        200 ;
  10. : PHOTONS    64 ;        number of photons
  11.  
  12. : SMALL        1.e-20 ;
  13. : BIG        1.e+20 ;
  14.  
  15. : include(x)    use x ;        cray specific file include
  16. : PERIODIC(x)    call periodic( mx, my, x ) ;
  17.  
  18. c default do limits
  19. do_limits = [ (XLIM-1), (YLIM-1) ]
  20.